<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    height: 100%;
}

.wp_video {
    text-align: center;
    height: 100%;
}

    .wp_video embed, video {
        max-width: 100%;
        background-color: #000;
        border-radius: 10px;
    }
</pre></body></html>